Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the PrintHtmlCallback.

Since

7.13

Constructors

Link copied to clipboard
public void PrintHtmlCallback.Action(Consumer<PrintHtml.Response> consumer)

Functions

Link copied to clipboard
public void cancel()
Notifies the browser to cancel the printing.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void proceed(Printer<? extends Object> printer)
Applies the configured print settings and notifies the browser to proceed with printing.